CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Matlab b

搜索资源列表

  1. colorspacezhuanhuan

    1下载:
  2. RGB,YCbCr,HSV,HSL,CIE等颜色空间转换 这个Matlab程序用于颜色空间的转换。可以在RGB, YPbPr, YCbCr, YUV, YIQ, YDbDr, JPEG-YCbCr, HSV, HSL, XYZ, CIE Lab (CIELAB), CIE Luv (CIELUV), and CIE Lch (CIELCH)等颜色空间中任意转换。-B = colorspace( dest<-src , A) converts image A from col
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:4331
    • 提供者:李佳航
  1. matlab

    0下载:
  2. 2009年全国研究生数模竞赛B题matlab程序-2009 National Graduate Mathematical Contest in Modeling B title matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:728752
    • 提供者:leo
  1. dxVideo

    0下载:
  2. This library contains helper functions to read image frames into matlab from Video file using DirectShow. This library has borrowed codes from Ashwin Thangali s "DirectShow (DirectX) based AVI file reader", and it can read multiple video formats
  3. 所属分类:File Formats

    • 发布日期:2017-03-25
    • 文件大小:17024
    • 提供者:marwa
  1. Litera_a

    0下载:
  2. letter A draw using B-spline. implementation in matlab- letter A draw using B-spline. implementation in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:807
    • 提供者:adamsr
  1. teleoperater

    0下载:
  2. 远程控制机器人的仿真程序。控制人员在A端做动作后,B端得机器人会做出相应的动作。-Remote control robot simulation program. Control personnel to do the movements in the A-side, after, B-side robot will have to make corresponding action.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:140250
    • 提供者:fashenqq
  1. 3

    0下载:
  2. 1、随机生成一个5*5矩阵A,元素符合均匀分布;再随机生成一个5*5矩阵B,元素符合正态分布。对A和B进行加、减、乘、除、比较等矩阵运算,查看运算结果。 2、创建5阶魔术矩阵,求A的行列式、特征值、逆、秩、迹、条件数。 3、假设矩阵 ,求A的LU分解、正交分解、特征值分解、奇异值分解。 4、创建6阶单位稀疏矩阵,并显示其全部元素。 -1, randomly generated a 5* 5 matrix A, elements in line with uniform
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1768
    • 提供者:zhu
  1. b-SiC

    0下载:
  2. 非线性研究论文。。很有用,但比较难懂 非线性研究论文。。很有用,但比较难懂-Non-linear research papers. . Very useful, but it is rather difficult to understand
  3. 所属分类:Energy industry

    • 发布日期:2017-03-28
    • 文件大小:89474
    • 提供者:熊来红
  1. EM_GM

    0下载:
  2. Smoothed bootstrap Newcomb s speed-of-light data are used in the book Bayesian Data Analysis b
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3154
    • 提供者:xzhe
  1. This_one

    0下载:
  2. Cooperative communication_power control a) Generate random binary sequence of +1’s and -1’s. (b) Given different Power to the source and the relay as well (c) Multiply the symbols with the channel and then add white Gaussian noise. (d) At
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:1281
    • 提供者:tafa
  1. yangtiaoxiaobo

    0下载:
  2. 三次B样条小波分解与重构算法程序,已经测试好了,可以直接使用的,提供给需要的朋友们-Three B-spline wavelet decomposition and reconstruction algorithm program has been tested OK, you can directly use, available to friends in need
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:770
    • 提供者:张章
  1. ofdm.m(B)

    0下载:
  2. 一个关于ofdm的MATLAB仿真源代码-OFDM MATLAB
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:517
    • 提供者:huqian
  1. work

    0下载:
  2. matlab 关于association rule 的自己写的函数,有3个文件, association.m:h = association(m, i, j) i=>j, m是数据,h是support和confidence,该函数只适用于单个数据 ass_item: h=ass_itset(m, a, b) 同上,但是可用于多个数据(m为数组) assrule: h = assrule(m, threshold1, threshold2) 该函数用于c
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:776
    • 提供者:张天为
  1. QR

    1下载:
  2. 用QR分解来解方程AX=b,其中QR分解是用householder变换做的-With QR decomposition to solve the equation AX = b, where QR decomposition is done using householder transformation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:898
    • 提供者:lianna
  1. Rombegrg

    0下载:
  2. 录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。 编写函数f(x)的代码如下: Romberg算法¨ function z=f(x) if (x~=0) z=sin(x)/x else z=1 end 备注:在实验代码中,首先输入必要的变量的值如下: a=0 b=1 tol=1e-8 待查询检查通过,开始输入执行代码 设置格式format short g查看u的值和sin(u)的值: -Inp
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:21528
    • 提供者:kice
  1. B-JDLDA

    0下载:
  2. 在MATLAB函数落实有关强提高纸张DLDA学习者提出的方法-The matlab functions implement the method presented in the paper regarding boosting of the strong J-DLDA learner
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:766194
    • 提供者:张正荣
  1. BER_QAM

    0下载:
  2. 畫出QAM調變系統在AWGN通道下的錯誤率圖-Draw the BER curve for QAM under AWGN (using Matlab). Please consider the constellation point from 2^1 to 2^15.
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:119799
    • 提供者:TIM
  1. ColorSegmentationExample

    0下载:
  2. Color Segmentation. It activates your camera device and captures an image. Then, it displays an image of an R, G, B.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3105
    • 提供者:seduex
  1. ann

    0下载:
  2. 神经网络Matlab程序(2001年北大B题)   -Matlab neural network program (Peking University B title in 2001)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:21322
    • 提供者:cheng
  1. b

    0下载:
  2. cntrd: calculates the centroid of bright spots to sub-pixel accuracy. Inspired by Grier & Crocker s feature for IDL, but greatly simplified and optimized for matlab INPUTS: im: image to process, particle should be bright spots on dark
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:2182
    • 提供者:santhu
  1. CircuitAnalysisIIwithMATLAB

    0下载:
  2. Thistext is written for use in a second course in circuit analysis. The reader of this book should have the traditional undergraduate knowledge of an introductory circuit analysis material such as Circuit Analysis I with MATLAB® Applications
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:4148935
    • 提供者:vetalik1114
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 42 »
搜珍网 www.dssz.com